-
-
Notifications
You must be signed in to change notification settings - Fork 865
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 2.7.0 #1062
Merged
Release 2.7.0 #1062
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rename JOBRESULT_RETENTION to JOB_RETENTION
Update Ubuntu und Nginx Unit
`z` is valid only for bindmounts When using with volumes a warning for each volume appears: netbox$ docker compose up [+] Building 0.0s (0/0) WARN[0000] mount of type `volume` should not define `bind` option WARN[0000] mount of type `volume` should not define `bind` option WARN[0000] mount of type `volume` should not define `bind` option This may appear only when using a docker-compose.override.yml
…tions docker-compose.yml: fix volume mount options
…dap-4.x Update dependency django-auth-ldap to v4.4.0
…dap-4.x Update dependency django-auth-ldap to v4.5.0
netbox.env: fixed unwanted string interpolation
…ig-value Set REMOTE_AUTH_AUTO_CREATE_USER default to False
…nd-as-list Map REMOTE_AUTH_BACKEND env var to list
Prepare for Netbox 3.6
cimnine
approved these changes
Aug 30, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Noteworthy Changes
Preparation for Netbox 3.6 #1039
Rename JOBRESULT_RETENTION to JOB_RETENTION #1009
Updated for new variable names in Netbox
Update Ubuntu und Nginx Unit #1010
Image is now based in Ubuntu 23.04 and Nginx Unit 1.30
docker-compose.yml: fix volume mount options #1024
Removed the
z
option from bind mountsUpdate dependency django-auth-ldap to v4.4.0 #1034
netbox.env: fixed unwanted string interpolation #1042
Fixed for secret keys with
$
Set REMOTE_AUTH_AUTO_CREATE_USER default to False #1043
Changed the default to match the value from Netbox
Map REMOTE_AUTH_BACKEND env var to list #1059
This can now be a list in Netbox
Compatibility
This version of NetBox Docker is only compatible with NetBox v3.6.x and above.
For older versions, use a previous release of NetBox Docker.